home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Guide 21
/
PC Guide - Virtual Safari - PCGD 02-21-1997 (1997).iso
/
cd
/
single.bat
< prev
next >
Wrap
DOS Batch File
|
1996-04-29
|
86b
|
7 lines
@echo off
%1
cd %2
call %3
@echo.
@echo Type EXIT [Enter] to return to Windows.